home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
timepilot.swf
/
scripts
/
frame_1
/
PlaceObject2_7_1
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-13
|
121 b
|
9 lines
onClipEvent(enterFrame){
timer++;
if(timer >= 300)
{
angle = random(360);
timer = 0;
}
}